@charset "utf-8";

.contactBox {
	position: relative;
	margin: 0 auto 30px;
	border: 1px solid #cccccc;
    /* margin: 25px 50px; */
    overflow: hidden;
    padding: 5px 20px 20px;
	width: 85%;
}



.contactBox h2 {
    background: rgba(0, 0, 0, 0) url("/resources/front/images/link02.gif") repeat-x scroll 0 30px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    padding-bottom: 35px;
}

h2 {
    font-size: 14px;
}

.contactBox p {
    line-height: 200%;
    padding-bottom: 10px;
}

.feedback {
	margin-left: 40px;
	height: 26px;
	margin-top: 1px;
	cursor: pointer;
}

.feedbackBox {
	display: none;
	width: 540px;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -260px 0 0 -270px;
	z-index: 10001;
	border-radius: 6px;
	padding-bottom: 20px;
	/* padding-top: 20px; */
}

.feedbackBox h3{
	font-size: 22px;
	line-height: 56px;
	color: #424242;
	text-align: center;
	font-weight: 500;
	margin: 30px 40px 20px;
	border-bottom: 1px solid #cecece;
}

.feedbackBox p {
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 5px;
}

.recipient-name, .suggestGroup {
	margin: 0 40px;
}

.recipient-name p {
	line-height: 24px;
}

.recipient-name a {
	color: #019ee7;
	margin-left: 20px;
}

.suggestGroup label {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.suggestGroup p {
	padding: 0 10px;
	border: 1px solid #cecece;
	border-radius: 5px;
}

.suggestGroup input {
	display: block;
	width: 100%;
	height: 26px;
	border-width: 0;
	margin: 5px 0;
	font-size: 14px;
	line-height: 26px;
	color: #5a5a5a;
}

.suggestGroup textarea {
	border-width: 0;
	width: 100%;
	height: 48px;
	resize: none;
	font-size: 14px;
	line-height: 24px;
	color: #5a5a5a;
	outline: none;
	padding: 0;
}

.suggestBtnBox {
	text-align: center;
	padding-top: 20px;
}

.suggestBtn {
	width: 70px;
	height: 30px;
	border: 1px solid #cecece;
	border-radius: 3px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
}

.okBtn {
	background-color: #019ee7;
	color: #ffffff;
	border-color: #019ee7;
}

.cancelBtn {
	background-color: #ffffff;
	color: #666666；
}
@media only screen and (max-width: 767px) {
	.contactBox{margin:0;width:auto;}
	.contactBox img{max-width:100%;}
	.feedbackBox{width: 92%;left:4%;margin: -250px 0  0;}
	.feedbackBox h3{margin-top: 15px;}
	.suggestBtnBox{padding-top: 10px;}
}